ENH: Add 'start' and additional tasks to Pixi manifest#49
Merged
prashjha merged 3 commits intoprashjha:mainfrom Dec 10, 2025
matthewfeickert:mnt/update-pixi
Merged
ENH: Add 'start' and additional tasks to Pixi manifest#49prashjha merged 3 commits intoprashjha:mainfrom matthewfeickert:mnt/update-pixi
prashjha merged 3 commits intoprashjha:mainfrom
matthewfeickert:mnt/update-pixi
Conversation
* Separate tasks out in Pixi manifest to allow for running build, testing, and install tasks separately. Add canonical 'start' task to build and install software. Add 'test' task that will do a clean build and run ctests. * Update task name from 'build' to 'test' in README. * Remove 'rm' of build directory from 'build' task to allow for potentially skipping files that do not need to be regenerated and to give user slightly more control.
* To fully use some tools in the environment, allow for Pixi to locally execute post-link shell scripts defined by project dependencies. - c.f. https://pixi.sh/dev/reference/pixi_configuration/#run-post-link-scripts
Contributor
Author
Owner
|
@matthewfeickert thank you for the changes to pixi file and README. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up to PR #48
Proposed Changes
This now provides
and if a user now runs
they will build PeriDEM and get it installed under their Pixi environment. If a developer runs
it will do a clean build of PeriDEM in
./build/and then run thectestsfor that build.Any background context you want to provide?
This is some suggested extensions for PR #48 to provide some developer ease of use improvements if they chose to use Pixi. These suggestions are not required in any way for the JOSS review to advance and are just meant to be a "drive by" PR.